home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
batch
/
PCKTD166.ARJ
/
DELDIR.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-05-24
|
183b
|
11 lines
echo off
if "%1"=="/?" goto usage
if "%1"=="" goto usage
d /I@zzzS %1\
goto exit
:usage
echo Delete a named subdirectory, including all files
echo usage: DELDIR name
:exit